The my_bool type is no longer used in MySQL source code.
Any third-party code that used this type to represent C
boolean variables should use the bool or int C type instead.
Last-Update: 2018-10-06
Gbp-Pq: Name 0009-fix-mysql-8-build.patch
Make documentation build works outside of git repository
Origin: other
Last-Update: 2019-01-03
Current documentation build requires git and curl to get some stuff from the internet
This patch aims to delete those dependencies, forcing git branch to master,
and using Debian provided plantuml instead of downloading it from apache mirror
Last-Update: 2019-01-03
Gbp-Pq: Name 0006-fix-doc-build.patch
* New upstream version 8.1.7+ds
* Multiple CVE fixes for 8.1.x (Closes: #1038248)
+ CVE-2022-47184: Exposure of Sensitive Information to an Unauthorized Actor vulnerability
+ CVE-2023-30631: Improper Input Validation vulnerability
+ CVE-2023-33933: Exposure of Sensitive Information to an Unauthorized Actor vulnerability